ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / GeoMapLayer<T> Class / GeoMapLayer<T> Constructor
The owner which owns this map layer.






In This Topic
    GeoMapLayer<T> Constructor
    In This Topic
    Creates one GeoMapLayer<T> instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As FlexMap(Of T) _
    )
    'Usage
     
    
    Dim owner As FlexMap(Of T)
     
    Dim instance As New GeoMapLayer(Of T)(owner)
    public GeoMapLayer<T>( 
       FlexMap<T> owner
    )
    public GeoMapLayer<T>( 
        owner: FlexMap
    ); 
    public function GeoMapLayer<T>( 
       owner : FlexMap
    );
    public: GeoMapLayer<T>( 
       FlexMap<T*>* owner
    )
    public:
    GeoMapLayer<T>( 
       FlexMap<T^>^ owner
    )

    Parameters

    owner
    The owner which owns this map layer.
    See Also